home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 12719 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  929 b 

  1. Path: news.jhu.edu!news
  2. From: yuehong@psi.ece.jhu.edu (yuehong)
  3. Newsgroups: comp.unix.sco.misc,gnu.gcc.help,comp.lang.c,comp.lang.c++,comp.unix.question
  4. Subject: Help:can not compile gcc2.7.0 using rcc or cc
  5. Date: 20 Mar 1996 23:39:28 GMT
  6. Organization: The Johns Hopkins University
  7. Message-ID: <4iq4vg$hes@news.jhu.edu>
  8. NNTP-Posting-Host: 128.220.62.133
  9. X-Newsreader: WinVN 0.92.6+
  10.  
  11. I try to install gcc2.7.0 on sco unix 3.2v4.2 develepment system.
  12. I tried to use both compilers: rcc and cc.
  13.  
  14. When I used rcc, comiling is ok. However,I got a fatal link error:
  15. "undefined symbol __flsbuf,first referenced in file enquire.o,
  16. ld fatal:symble referencing error. No output written to enquire.
  17. **error code 1."
  18.  
  19. When I used cc, I got a compiler internal error.
  20.  
  21. The command I issued are :
  22.  
  23. ./configure --build=i386-unknown-sco --prefix=/u1/local 
  24. --local-prefix=/u1/local ( I try to put everything in /u1/local/lib)
  25.  
  26. make LANGUAGES=c
  27.  
  28.